From 2c4f6149739eeb85f18d05a53a4bbfa5fff3cbc0 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 2 Nov 2008 20:28:41 +0000 Subject: [PATCH] When building gpsbabel.html, ensure that autogen/ has been regenerated. --- gpsbabel/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index 7ec890b17..d40b27ecd 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -225,6 +225,8 @@ gpsbabel.pdf: gpsbabel.fo gpsbabel.html: FORCE + rm -f gpsbabel.html + perl xmldoc/makedoc xsltproc \ --stringparam toc.section.depth "1" \ --stringparam html.stylesheet \ -- 2.30.2